翻訳と辞書
Words near each other
・ Semipalmated plover
・ Semipalmated sandpiper
・ Semiparametric model
・ Semiparametric regression
・ Semipelagianism
・ Semiperfect magic cube
・ Semiperfect number
・ Semiperimeter
・ Semipermeable membrane
・ Semipermutable subgroup
・ Semiphoras and Schemhamphorash
・ Semipinacol rearrangement
・ Semiplotus
・ Semiplumbeous hawk
・ Semipodolaspis
Semipredicate problem
・ Semiprime
・ Semiprime ring
・ Semiprimitive ring
・ Semiprofession
・ Semiquinone
・ Semir
・ Semir (company)
・ Semir (given name)
・ Semir Ben-Amor
・ Semir Hadžibulić
・ Semir Kerla
・ Semir Mahjoub
・ Semir Mete
・ Semir Osmanagić


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Semipredicate problem : ウィキペディア英語版
Semipredicate problem

In computer programming, a semipredicate problem occurs when a subroutine intended to return a useful value can fail, but the signalling of failure uses an otherwise valid return value. The problem is that the caller of the subroutine cannot tell what the result means in this case.
== Example ==
The division operation yields a real number, but fails when the divisor is zero. If we were to write a function that performs division, we might choose to return 0 on this invalid input. However, if the dividend is 0, the result is 0 too. This means there is no number we can return to uniquely signal attempted division by zero, since all real numbers are in the range of division.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Semipredicate problem」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.